PDF4Java Reference Documentation
com.o2sol.pdf4java.pdffunctions Package / PDFExponentialFunction Class / PDFExponentialFunction Constructor / PDFExponentialFunction Constructor(double[],double[],int)
An array of N numbers defining the function result when x = 0.0.
An array of N numbers defining the function result when x = 1.0.
The interpolation exponent. Each input value x will return n values.
In This Topic
    PDFExponentialFunction Constructor(double[],double[],int)
    In This Topic
    Initializes a new PDFExponentialFunction object.
    Syntax
    public PDFExponentialFunction( 
       double[] c0,
       double[] c1,
       int exponent
    )

    Parameters

    c0
    An array of N numbers defining the function result when x = 0.0.
    c1
    An array of N numbers defining the function result when x = 1.0.
    exponent
    The interpolation exponent. Each input value x will return n values.
    See Also